StartR Workshop
University of Konstanz
November 24, 2024
The dataset has the following variables:
| Variable | Meaning | ||
|---|---|---|---|
ID |
unique ID of the player | Name |
name of the player |
Age |
age of the player | Nationality |
nationality of the player |
Club |
club of the player | Reputation |
reputation of the player (1 to 5) |
Height |
height of the player (in cm) | Weight |
weight of the player (in kg) |
Overall |
overall attribute of the player (43 to 91) | Potential |
potential attribute of the player (42 to 95) |
Value |
value of the player (in €) | Wage |
wage of the player (in €) |
Foot |
preferred foot (left, right) |
fifa.xlsxPhoto courtesy of @nhoizey
The dataset has the following variables:
| Variable | Explanation | Variable | Explanation | |
|---|---|---|---|---|
Sex |
Sex | RSA |
Repeated Sprint Ability | |
CMJ |
Countermovement Jump | MRJ |
Multiple Rebound Jump | |
RF |
Rectus Femoris | BF |
Biceps Femoris | |
Dm |
Maximal Radial Muscle Belly Displacement | Tc |
Contraction Time between 10 and 90% Dm | |
CK |
Creatinkinase | CRP |
C-Reactive Protein | |
DOMS |
Delayed Onset Muscle Soreness | RPE |
Rating of Perceived Exertion |
Sex is a categorical variable (1 = male, 2 = female)RSA to DOMS were measured at _Pre, _Post1, and _Post2RPE was measured once in each HIIT session (_1 to _11)This overall dataset comes in two formats:
hiit.xlsxhiit_long.xlsxMoreover, there are also subsets of the data in wide format:
hiit_f_tst.xlsx: Test variables of femaleshiit_m_tst.xlsx: Test variables of maleshiit_f_rpe.xlsx: RPE measures of femaleshiit_m_rpe.xlsx: RPE measures of males